SftTabs/NET 6.0

FillComplete Property, SftTabs Class

Softel vdm, Inc.

Defines whether tabs fill each row completely.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property FillComplete As Boolean

C#   

public bool FillComplete { get; set; }

C++   

public: property bool FillComplete {
        bool get();
        void set(bool value);
}

Property Value

True if tabs in each row are increased in size to use all available space, False otherwise, in which case tabs are sized optimally.

The default value is False.

Comments

The FillComplete property defines whether tabs fill each row completely.

If the FillComplete property is set to True, the tabs are sized so that the tabs fill each tab row completely, by distributing the remaining available space in each row equally among all tabs, resulting in tabs sized proportionally to their tab contents. If the FillComplete property is set to False, the tab contents and Fixed property determine the width of each tab.

If the FillComplete property is set to True, scrolling is automatically disabled (see Scrolling.Style). FillComplete must be set to False for a scrollable tab control.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com